Set Checked Element
Command Prototype
UiElement.SetCheck(objUiElement,bCheck,optionArgs)
Command Description
Check elements (elements you can manipulated includes radio buttons, check boxes, etc.)
Parameter Description
- Required Parameter
- objUiElement--Feature string of elements
- bCheck--Method for checking, when true is passed, check the element, when false is passed, uncheck the element
- Optional Parameter
- bContinueOnError--Specify whether automation should continue if the activity throws an error. This field only supports Boolean values (True, False). The default is False
- iDelayAfter--The delay in milliseconds after the activity is executed. The default is 300 milliseconds
- iDelayBefore--The delay in milliseconds before the activity starts any operation. The default is 200 milliseconds